About Us Block - RIGHT (commonly used on the homepage)
Note: links can be added anywhere in the first column within the paragraph tag. The link inside the H1 should lead to the About Us page. The image needs to have a width. The address and the H3 can stay as it is. The local phone number needs to stay as it does not change per site.
<div class="two-column">
<div class="column">
<h2><a href="#link goes here">Learn More About Us</a></h2>
<p>body text goes here</p>
<div>
<h3>Store Information:</h3>
</div>
<ul>
<li><strong>Toll-Free: </strong>
<a href="tel:+{{config path='general/store_information/phone'}}"> {{config path="general/store_information/phone"}}</a>
</li>
<li><strong>Local: </strong>(330) 650-9226</li>
<li><strong>Email: </strong>
<a href="mailto:{{config path='trans_email/ident_general/email'}}">{{config path='trans_email/ident_general/email'}}</a>
</li>
<li><strong>Location:</strong>8500 Hadden Road, Twinsburg, OH 44087</li>
</ul>
<a href="{{store direct_url='store-information/contact.html'}}" class="manual-pdf-button primary centered">Contact Us</a>
</div>
<div class="column">
<a href="#image link"><img src="#image" alt="image description goes here" width=""></a>
</div>
</div>